home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / ifl / iflName.z / iflName
Text File  |  1998-10-20  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. iiiiffffllllNNNNaaaammmmeeee((((3333))))        IIIImmmmaaaaggggeeee FFFFoooorrrrmmmmaaaatttt LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll         iiiiffffllllNNNNaaaammmmeeee((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      iiiiffffllllNNNNaaaammmmeeee - named element in an iflDictionary
  10.  
  11. IIIINNNNHHHHEEEERRRRIIIITTTTSSSS FFFFRRRROOOOMMMM
  12.      iflHashElem
  13.  
  14. HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
  15.      #include <ifl/iflDictionary.h>
  16.  
  17. CCCCLLLLAAAASSSSSSSS DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.      This class is used to create named elements to be placed in an
  19.      iflDictionary.  It can be used a a base class for more complex named
  20.      elements.
  21.  
  22. CCCCLLLLAAAASSSSSSSS MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN SSSSUUUUMMMMMMMMAAAARRRRYYYY
  23.      CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrr
  24.  
  25.           iflName(const char *id)
  26.  
  27.      NNNNaaaammmmeeee ggggeeeetttt aaaannnndddd sssseeeetttt
  28.  
  29.           char* getID()
  30.           void setID(const char* id);
  31.  
  32.  
  33. FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
  34.      iiiiffffllllNNNNaaaammmmeeee(((())))
  35.  
  36.           iflName(const char *id)
  37.  
  38.  
  39.           Creates a dictionary element with name string given by _i_d.
  40.  
  41.      ggggeeeettttIIIIDDDD(((())))
  42.  
  43.           char* getID()
  44.  
  45.  
  46.           Returns a pointer to the name string.
  47.  
  48.      sssseeeettttIIIIDDDD(((())))
  49.  
  50.           void setID(const char* id);
  51.  
  52.  
  53.           Set this elements name to the string given by _i_d.
  54.  
  55. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  56.      iflDictionary
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.